home *** CD-ROM | disk | FTP | other *** search
- Path: news.danadata.dk!usenet
- From: hendis@aix1.danadata.dk (Henrik Dissing)
- Newsgroups: comp.sys.amiga.networking
- Subject: Re: AmiTCP/PPP/Amosaic problem
- Date: 9 Jan 1996 18:30:45 GMT
- Organization: DanaData Internet Services
- Message-ID: <1149.6582T810T963@aix1.danadata.dk>
- References: <4c7kh8$3rr@parsifal.nando.net> <19960108.7D33088.E468@daemon.apana.org.au> <19960108.11B2908.D601@olympus.net>
- NNTP-Posting-Host: 193.162.156.38
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
-
-
- On 08-Jan-96 23:55:21, Don Schmelling wrote:
-
- >: The dialscript contained:
- >: send "ATZ"
- > send "ATZ\R"
- >: wait "OK"
- >: all I wanted was a response from the modem.
-
- > The problem with that little script you wrote is that you never told the
- > modem that there was an EOL. So the modem just sits there waiting for an
- > EOL. If you type atz in a term program you automatically hit the return key.
- > So you need to tell the modem the same thing when you use a script. The \r
- > combination signifies a <return> with my Supra Fax/Modem V.34 external, and
- > I believe that this is fairly standard.
-
- > I hope you can see that the problem you are experiancing is a user error and
- > not a software error with the serial.device.
-
- Don't be so cocky! :-)
-
- Actually, the "Send" command in ppp dialscripts automatically appends an
- Carriage Return character (Ascii 13) after the supplied string. This
- also explains why everybody else can make it work without your \R trick
- (which wouldn't work with ppp, anyway).
-
- --
- Henrik Dissing E-mail: hendis@aix1.danadata.dk
- Tranbjerg, Denmark FidoNet: 2:238/24.6
-
-
-